home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / dmtr57.zip / SAMPLE01.LEX < prev    next >
Text File  |  1991-09-23  |  5KB  |  96 lines

  1. .TX1 *** INDEX LINE HEADING FOR FIRST SECTION OF TEXT HERE ******
  2.  
  3. Insert first section of text here with {VARIABLE_NAMES} in curly 
  4. braces using Non-Document or other ASCII text mode.  Leave a 
  5. space before the <RETURN> on the end of each line inside each 
  6. paragraph with no space before the <RETURN> at the end of each 
  7. paragraph.
  8.  
  9. .TX2 *** INDEX LINE HEADING FOR SECOND SECTION OF TEXT HERE *****
  10.  
  11. Insert second section of text here with {VARIABLE_NAMES} in curly 
  12. braces using Non-Document or other ASCII text mode.  Leave a 
  13. space before the <RETURN> on the end of each line inside each 
  14. paragraph with no space before the <RETURN> at the end of each 
  15. paragraph.
  16.  
  17. .TX3 *** INDEX LINE HEADING FOR THIRD SECTION OF TEXT HERE ******
  18.  
  19. Insert third section of text here with {VARIABLE_NAMES} in curly 
  20. braces using Non-Document or other ASCII text mode.  Leave a 
  21. space before the <RETURN> on the end of each line inside each 
  22. paragraph with no space before the <RETURN> at the end of each 
  23. paragraph.
  24.  
  25. .END **************** END OF SAMPLE01 TEXT **********************
  26.  
  27. Continue with additional text sections numbered serially with .TX Numbers 
  28. and Index Lines not to exceed the number which will fit on one screen.  
  29. (About 16 when headings are added to the Index)  Then start a new file 
  30. named <FORM>02.LEX with text sections starting the first line with a dot 
  31. command line beginning with .TX1 ***, etc.
  32.  
  33. (Note:  The longer your text files the longer it will take the program to 
  34. find the last text selection in it.)
  35.  
  36. After you have completed and stored the files start the PC-LIBRARY program 
  37. and enter the Form name.  Select Option 2 (Full-Text Library) and enter the 
  38. prompts for the variable names when requested to do so.  When completed 
  39. have the program update the variable file and the prompts and index lines 
  40. will be added to it automatically.
  41.  
  42. You can then add heading lines to the index and otherwise revise it as a 
  43. pure ASCII file to display the way you want it to when the PCFM program is 
  44. run.  You may also add variable help messages in the .HP section of the 
  45. file for some or all of the variable prompts.  
  46.  
  47. The {~LIB_#} variable help response is a number which sets the color 
  48. attribute of the border and the screen.  The first two digits set the 
  49. border color for the screen, the next three digits set the color attributes 
  50. for normal characters and the next three digits set the color attributes 
  51. for any highlighted characters.
  52.  
  53. The last three digits is used to calculate the estimated document value for 
  54. value billing purposes - the 082 value reflects dictation at the rate of 80 
  55. words per minute @ $150.00 per hour and typing at 50 words per minute @ 
  56. $35.00 per hour.
  57.  
  58. The {~LIB_#} numbers are the decimal equivalent of the following hexadecimal 
  59. digits:
  60.  
  61.   Background Color Attribute:  1st Hex digit
  62.  
  63.    0 - Black     4 - Red        8 - Black/blink    C - Red/blink
  64.    1 - Blue      5 - Magenta    9 - Blue/blink     D - Magenta/blink
  65.    2 - Green     6 - Brown      A - Green/blink    E - Yellow/blink
  66.    3 - Cyan      7 - White      B - Cyan/blink     F - White/blink
  67.  
  68.   Border and Foreground Colors:  2nd Hex digit
  69.  
  70.    0 - Black     4 - Red        8 - Gray           C - Light Red
  71.    1 - Blue      5 - Magenta    9 - Light Blue     D - Light Magenta
  72.    2 - Green     6 - Brown      A - Light Green    E - Yellow
  73.    3 - Cyan      7 - White      B - Light Cyan     F - Bright White
  74.      
  75. For example:
  76. {~LIB_#}
  77. 01023079082
  78. is the code for:
  79.                                                                    Border or
  80.                                  Decimal  Hexadecimal  Background  Foreground
  81.   Border Color:                     01        0x01        N/A         Blue
  82.   Normal Character Attributes:      23        0x17        Blue        White
  83.   Highlighted Character Attributes: 79        0x4F        Red      Bright White
  84.  
  85. Some Super VGA Cards and Screens require use of the following:
  86. {~LIB_#}
  87. 01031079082
  88. which is the code for:
  89.                                                                    Border or
  90.                                  Decimal  Hexadecimal  Background  Foreground
  91.   Border Color:                     01        0x01        N/A         Blue
  92.   Normal Character Attributes:      31        0x1F        Blue     Bright White
  93.   Highlighted Character Attributes: 79        0x4F        Red      Bright White
  94.  
  95. ======================== End of this File ===================================
  96.